Auto merge of #5235 - klausi:Z-flag-docs, r=matklad
authorbors <bors@rust-lang.org>
Sat, 31 Mar 2018 13:28:20 +0000 (13:28 +0000)
committerbors <bors@rust-lang.org>
Sat, 31 Mar 2018 13:28:20 +0000 (13:28 +0000)
commit4b9908656df4f7ea6ce41aa17429d4aa58093037
treeb33f8407371f42bd13b52acdca301911467e1fce
parent3548057fb91d05514e0aa18840e94174f480c175
parent9af095adab33af3176112317f87bc42e297b7449
Auto merge of #5235 - klausi:Z-flag-docs, r=matklad

docs(Z-flags): Add description for each -Z flag in cargo help

Fixes #5155

There might be a more elaborate way of adding descriptions to available options and generating help text automatically. For now I think some static text is a good start.